LinqConnect Documentation
Devart.Data.Linq Namespace / Table<TEntity> Class

In This Topic
Table<TEntity> Class Methods
In This Topic

For a list of all members of this type, see Table<TEntity> members.

Public Methods
 NameDescription
Public MethodOverloaded. Attaches an entity to the DataContext.  
Public MethodOverloaded.   
Public Method  
Public MethodPuts an entity from this table into a pending delete state.  
Public MethodReturns the state of the given entity. (Inherited from Devart.Data.Linq.Table)
Public MethodGets an enumerator for the collection.  
Public MethodReturns an array of modified members that contain their current and original values.  
Public MethodProvides the features required to support binding to a data source.  
Public MethodReturns an instance that contains the original state of the entity.  
Public Method  
Public MethodAdds an entity in a pending insert state to this Table(TEntity).  
Public MethodOverloaded. Specifies which sub-objects to retrieve when a query is submitted.  
Public MethodPublic Overrides Function ToString As String  
Top
See Also